home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Utilities
/
Text
/
EdWordV6.0
/
KeywordFiles
/
C.key
< prev
next >
Wrap
Text File
|
1998-06-24
|
2KB
|
108 lines
;
; ##################################################################
; ## ##
; ## Filename : C.key ##
; ## Author : Martin Reddy ##
; ## Date : 3/5/94 ##
; ## Purpose : This file contains keyword definitions which ##
; ## are used by the C programming language and one ##
; ## or two common prototypes from stdio.h ##
; ## Keywords : This file contains 71 keywords ##
; ## Used By : Any version of the text editor EdWord. ##
; ## Help : A description of the file format for creating ##
; ## your own Keyword Definition Files and how to use ##
; ## them is held in the EdWordHelp program. ##
; ## Updates : updated for EdWord V5.6 features (31/1/97) ##
; ## ##
; ##################################################################
;
DELIM_OPEN=",/*,'
DELIM_CLOSE=",*/,'
INDENT_SYMBOL={
UNINDENT_SYMBOL=}
FUNC_MODE=C
CASE_KEYWORD=FromFile
FILE_EXTNS=.c,.h
; preprocessor keywords
#include
#define
#ifndef
#ifdef
#elif
#endif
#pragma
#undef
#error
#line
#if
; ANSI C keywords
auto
bitdef
break
case
char
const
continue
default
do
double
else
enum
equ
exit
extern
fclose
float
fopen
for
fprintf
fscanf
getc
getchar
goto
if
int
label
printf
putc
putchar
register
return
scanf
signed
sizeof
static
struct
structure
switch
typedef
union
unsigned
volatile
while
; type macros
APTR
BYTE
CPTR
EOF
FALSE
LONG
NULL
RPTR
SHORT
TRUE
UBYTE
ULONG
USHORT
UWORD
VOID
WORD